home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000199_news@columbia.edu_Tue Aug 22 16:04:50 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12480
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 22 Aug 1995 12:14:33 -0400
  3. Received: by apakabar.cc.columbia.edu id AA00711
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 22 Aug 1995 12:14:32 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.moneng.mei.com!bloom-beacon.mit.edu!panix!news.mathworks.com!news.kei.com!travelers.mail.cornell.edu!newstand.syr.edu!usenet
  6. From: vefatica@syr.edu (Vincent Fatica)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: kermit sending CR/LF, instead of just CR?
  9. Date: Tue, 22 Aug 1995 16:04:50 GMT
  10. Organization: Syracuse University
  11. Lines: 35
  12. Message-Id: <41cv1s$l0b@newstand.syr.edu>
  13. References: <DDprzs.95q@hillae.com>
  14. Reply-To: vefatica@syr.edu
  15. Nntp-Posting-Host: sudial-141.syr.edu
  16. X-Newsreader: Forte Free Agent 1.0.82
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. tan@hillae.com (Tan Bronson) wrote:
  20.  
  21.  
  22. >    We've started trying to talk to some modems on a terminal server
  23. >using kermit. We can telnet to the modem, but when we send a dial string 
  24. >it would appear that we're getting more than just a CR when we type a CR.
  25.  
  26. Tan,
  27.  
  28. CKermit has the command: set terminal newline-mode [on, off] (convert CR to
  29. CRLF)
  30.  
  31. I quote from "Using CKermit" ... "Normally OFF. Don't use this one unless
  32. your CONNECT-mode screens look loke they need it. The normal indications are
  33. that the remote host does not respond to your commands, or that your
  34. commands over-write one another."
  35.  
  36. And MSKermit has: set terminal newline [on, off]